object Form2: TForm2 Left = 351 Top = 263 BorderStyle = bsDialog Caption = 'About GM...' ClientHeight = 152 ClientWidth = 245 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 160 Top = 8 Width = 80 Height = 13 Caption = 'by Albert Yale' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 160 Top = 24 Width = 79 Height = 13 Caption = 'ay@aci.qc.ca' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 8 Top = 52 Width = 225 Height = 13 Caption = 'Ghost Mail lets you send anonymous messages,' end object Label4: TLabel Left = 8 Top = 68 Width = 229 Height = 13 Caption = 'with or without a remailer, to any email addresses' end object Image1: TImage Left = 4 Top = 4 Width = 149 Height = 23 Picture.Data = {} OnClick = Image1Click end object Label5: TLabel Left = 104 Top = 32 Width = 40 Height = 15 Caption = 'v.5.1' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False end object Label6: TLabel Left = 168 Top = 84 Width = 72 Height = 13 Caption = 'or newsgroups.' end object Button1: TButton Left = 4 Top = 92 Width = 105 Height = 25 Hint = 'mailto:ay@aci.qc.ca' Caption = 'Email the author' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 4 Top = 124 Width = 105 Height = 25 Hint = 'http://ay.home.ml.org/' Caption = 'Official webpage' TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 176 Top = 124 Width = 65 Height = 25 Caption = 'Close' TabOrder = 0 OnClick = Button3Click end object AboutTimer: TTimer Enabled = False Interval = 100 OnTimer = AboutTimerTimer Left = 128 Top = 96 end end